SG RegExp
IgnoreCase Property

©1998 by Stinga

Overview Methods Properties Pattern Syntax
Description

Returns or sets case sensitivity. If True the regular expression is compiled so that differences in case are ignored when matching.

Syntax

object.IgnoreCase

The object is always RegExp.

Remarks

Set this property before you call Match method.